Syntax:
YourVariable = VA1.Current_no_of_Processings
Details :
This specifies the no. of processings that it is going to perform
on the current uttered word.
This depends on the Sample Processing Resolution that you have kept.
That is, if you keep a resolution of
of 4000 then a 8000 bytelength word will have no of procesings :
8000/4000 = 2.
Example :
Private Sub Timer1()
Label1.Caption = VA1.Current_no_of_Processings
End Sub
See Examples.